﻿@charset "utf-8";
/* CSS Document */


.title {
	line-height: 25px;
	padding-right: 17px;
}
.title2 {
	line-height: 25px;
	padding-right: 5px;
}
.right {
	float: right;
	padding-right: 10px;
	font-size: 12px;
	padding-top: 5px;
}
.HouT {
	width: 27px;
	height: 27px;
	float: left;
}
.z {
	width: 100%;
	height: 33px;
	background-color: #000;
	color: #FFF;
	text-align: center;
	padding-top: 7px;
}
* {
	margin: 0px;
}


.content 
{  width:90%;
   margin :10px auto;
   border-top:solid 1px #E9E9E9;
   padding-top:15px;
   color:#3A3A3A;
    }

pre {
    letter-spacing: 0.15em;
    text-align: left;
    line-height: 22px;
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}
    pre img {
        width: 100%;
        height: auto;
    }
.tz_describe span {
    margin-left: 20px;
    color: #999999;
}
.tz_describe a {
    color: Red;
    text-decoration: none;
}
    .tz_describe a:hover {
        color: Blue;
        text-decoration: underline;
    }